Version

DragDropIndicatorManager Constructor(Point,UIElement[],Orientation,Control)

Initializes a new DragDropIndicatorManager
Syntax
'Declaration
 
Public Function New( _
   ByVal offset As Point, _
   ByVal elements() As UIElement, _
   ByVal indicatorOrientation As Orientation, _
   ByVal dropSource As Control _
)
public DragDropIndicatorManager( 
   Point offset,
   UIElement[] elements,
   Orientation indicatorOrientation,
   Control dropSource
)

Parameters

offset
Amount that the drag indicator should be offset from the mouse location when displayed
elements
An array of Elements that should be rendered in the drag indicator
indicatorOrientation
Orientation of the drop indicators
dropSource
Root control that the drag operation will be over
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also